
html, body,
dl, dt, dd, ol, ul,
h1, h2, h3, h4, h5, h6,
pre, code, form, p,
fieldset, legend, figure{
    margin: 0;
    padding: 0;
}

body{
	font-size: 14px;
	font-family: "微软雅黑";
}
a{
	color: #3e3e3f;
	text-decoration: none;
}
img{
	border: 0;
}
a:hover{
	color: #e93937;
}
li{
	list-style-type: none;
}
.clear{
	clear: both;
}
.wrap{
	width: 1100px;
	margin: 0 auto;
}
.hide{
	display: none;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.mr10{
	margin-right: 10px;
}
.mr20{
	margin-right: 20px;
}
.mt10{
	margin-top: 10px;
}
.mb10{
	margin-bottom: 10px;
}
.mr25{
	margin-right: 25px;
}
.ml30{
	margin-left: 30px;
}
.mg10{
	margin: 0 10px;
}
.active{
	border-bottom: 2px solid #e83936;
}
.active a{
	color: #e83936;
}
.top{
	width: 100%;
	height: 405px;
	background: url('../img/top.jpg') no-repeat center top;
	position: relative;
}
.top .nav{
	height: 110px;
	overflow: hidden;
}
.top .nav .logo{
	width: 308px;
	height: 69px;
	margin: 10px 15px;
	display: block;
	float: left;
	
}

.top .nav .logo img{display: block;}

.top .nav ul{
	float: left; margin-left: 20px;
}
.top .nav ul li{
	width: 100px;
	height: 100px;
	overflow: hidden;
	font-size: 18px;
	text-align: center;
	float: left;
}
.top .nav ul li.active,.top .nav ul li:hover{
	background-color: #e93937;
	font-weight: bold;
	cursor: pointer;
	border: 0;
}
.top .nav ul li.active a,.top .nav ul li:hover a{
	color: #ffffff;
}

.top .nav ul li .nav-icon{
	width: 27px;
	height: 27px;
	display: inline-block;
	margin: 25px 0 5px;
}
.nav-icon01{
	background: url('../img/nav-home.png') no-repeat;
}
.nav-icon02{
	background: url('../img/nav-jianjie.png') no-repeat;
}
.nav-icon03{
	background: url('../img/nav-dongtai.png') no-repeat;
}
.nav-icon04{
	background: url('../img/nav-fuwu.png') no-repeat;
}
.nav-icon05{
	background: url('../img/nav-ziliao.png') no-repeat;
}
.nav-icon06{
	background: url('../img/nav-zhuanti.png') no-repeat;
}
.nav-icon07{
	background: url('../img/nav-tougao.png') no-repeat;
}
.top .nav ul li.active .nav-icon01,.top .nav ul li:hover .nav-icon01{
	background: url('../img/nav-home-active.png') no-repeat;
}
.top .nav ul li.active .nav-icon02,.top .nav ul li:hover .nav-icon02{
	background: url('../img/nav-jianjie-active.png') no-repeat;
}
.top .nav ul li.active .nav-icon03,.top .nav ul li:hover .nav-icon03{
	background: url('../img/nav-dongtai-active.png') no-repeat;
}
.top .nav ul li.active .nav-icon04,.top .nav ul li:hover .nav-icon04{
	background: url('../img/nav-fuwu-active.png') no-repeat;
}
.top .nav ul li.active .nav-icon05,.top .nav ul li:hover .nav-icon05{
	background: url('../img/nav-ziliao-active.png') no-repeat;
}
.top .nav ul li.active .nav-icon06,.top .nav ul li:hover .nav-icon06{
	background: url('../img/nav-zhuanti-active.png') no-repeat;
}
.top .nav ul li.active .nav-icon07,.top .nav ul li:hover .nav-icon07{
	background: url('../img/nav-tougao-active.png') no-repeat;
}

.top .tool,.top .tool-bg{
	width: 100%;
	height: 55px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.top .tool{
	line-height: 55px;
}
.top .tool-bg{
	display: block;
	background-color: #000;
	opacity: .4;
}
.top .tool .time{
	color: #ffffff;
	margin-right: 20px;
}
.top .tool .qrcode span{
	height: 30px;
	padding-left: 40px;
	margin-right: 15px;
	display: inline-block;
	line-height: 30px;
	color: #ffffff;
}
.top .tool .qrcode .qrcode-item{
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.top .tool .qrcode .qrcode-item:hover .qrcode-img{
	display: block;
}
.top .tool .qrcode .qrcode-item .qrcode-img{
	position: absolute;
	top: -120px;
	left: 0;
	width: 120px;
	height: 120px;
	display: none;
}

.top .tool .qrcode .qrcode-wechat{
	background: url('../img/wechat.png') no-repeat;
}
.top .tool .qrcode .qrcode-weibo{
	background: url('../img/weibo.png') no-repeat;
}
.top .tool .qrcode .qrcode-app{
	background: url('../img/app.png') no-repeat;
}

.top .tool .search{
	position: relative;
}
.top .tool .search .inp-search{
	width: 340px;
	border-radius: 2em;
	border: 0;
	padding: 8px 20px;
    height: 20px;
	margin-top: 8px;
}
.top .tool .search .btn-search{
	width: 20px;
	height: 20px;
	position: absolute;
	border: 0;
	background: url('../img/btn-search.png') no-repeat;
	right: 15px;
	top: 18px;
}

.section{
	margin-top: 15px;
}
.banner{
	width: 610px;
	height: 390px;
	margin-right: 20px;
	overflow: hidden;
	float: left;
}
.box{
	width: 360px;
	float: left;
}
.box .box-top{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: 2px solid #f5f5f5;
	box-sizing: border-box;
}
.box .box-top .box-title{
	padding: 9px 10px;
	font-size: 18px;
}
.box .box-top .more{
	float: right;
	font-size:16px
}
.box .box-content{
	padding: 16px 0;
}
.box .box-content h3{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #e93939;
	margin: 8px 0 15px;
	width: 470px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; height:30px
}
.box .box-content ul{
	padding: 0 10px;
}
.box .box-content li{
	padding-left: 13px;
	margin: 12px 0;
	background: url('../img/li_bg.png') no-repeat;
	background-position: 0 8px;
}
.box .box-content li:hover a>*{
	color: #e93939;
}
.box .box-content li span{
	color: #aaa;
	float: right;
}

.box .box-content li a{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width:330px;
	display:inline-block
}

/*通知公告*/
.notice{
	width: 100%;
	height: 70px;
	overflow: hidden;
	background-color: #f2f2f2;
}
.notice .notice-img{
	display: block;
	width: 145px;
	height: 70px;
	float: left;
}
.notice ul{
	padding: 10px 15px;
}

.notice ul a{width: 320px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; display:block}

.notice li{
	width: 430px;
	float: left;
	padding: 0 20px;
	margin-bottom: 10px;
	background: url('../img/li_bg.png') no-repeat;
	background-position: 0 8px;
}
.notice li span{
	float: right;
	color: #aaa;
}
/*职工服务*/
.fuwu-more{
	display: block;
	width: 113px;
	height: 305px;
	float: left;
}
.fuwu-banner{
	width: 245px;
	height: 305px;
	background-color: #fff;
	float: left;
}
.fuwu-banner li{
	padding: 20px;
	width: 205px !important;
}
.fuwu-banner .fuwu-item{
	width: 90px;
	height: 100px;
	margin-bottom: 25px;
	text-align: center;
	float: left;
}
.fuwu-banner .fuwu-item:hover img{
	transition: 1s;
	transform: rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
}

.fuwu-banner .fuwu-item p{
	margin-top: 10px;
	text-align: center;
}

.zhuanti-img{
	width: 260px;
	height: 80px;
	display: block;
	float: left;
}
.zhuanti-more{
	width: 1100px;
	height: 22px;
	margin-top: 75px;
	display: block;
}

/*图说工会*/
.tsgh-title{
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #f5f5f5;
}
.tsgh-img{
	padding-bottom: 4px;
	border-bottom: 1px solid #e83936;
}
.scrollleft{
	margin-top: 10px;
}
.scrollleft li{
	margin: 0 10px;
}
.scrollleft li p{
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
}

/*友情链接*/
.links{
	margin-top: 15px;
	height: 51px;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
}
.links .links-img{
	display: block;
	width: 200px;
	height: 50px;
	float: left;
}
.links .select-item{
	width: 300px;
	height: 50px;
	padding: 10px 30px;
	display: block;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	float: left;
}
.links select{
	width: 100%;
	border: 0;
	padding: 5px;
}

.list-left,.list-right{
	float: left;
}
.list .address{
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.list .address span{
	padding-left: 25px;
	background: url('../img/address.png') no-repeat;
}
.list .list-left{
	width: 225px;
	border-top: 5px solid #e93937;
}
.list .list-left h3{
	padding: 15px 30px;
	font-size: 20px;
	color: #e93937;
}
.list .list-left ul{
	width: 100%;
}
.list .list-left ul li{
	height: 40px;
	line-height: 40px;
	background-color: #f2f2f2;
	margin-bottom: 15px;
	padding-left: 30px;
	box-sizing: border-box;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list .list-left ul li.list-active{
	border-left: 8px solid #e93937;
}
.list .list-left ul li.list-active a{
	color: #e93937;
}
.list .list-left ul li a{
	font-size: 18px;
}
.list .list-right{
	width: 860px;
	margin-left: 15px;
	border: 1px solid #eee;
	box-sizing: border-box;
	padding: 30px 40px;
}
.list .list-right .list-right-news li{
	padding-left: 20px;
	margin-bottom: 15px;
	background: url('../img/li_bg.png') no-repeat;
	background-position: 0 8px;
}
.list .list-right .list-right-img li{
	width: 170px;
	height: 180px;
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
}
.list .list-right .list-right-img li:nth-child(4n){
	margin-right: 0;
}
.list .list-right .list-right-img li p{
	margin-top: 15px;
	text-align: center;
}
.spc{
	border-bottom: 1px solid #999999;
    height: 10px;
    margin-bottom: 10px;
    background: none !important;
}
.show{
	padding: 70px 55px 30px;
	border-top: 1px solid #eee;
}
.show .show-title{
	font-size: 30px;
	text-align: center;
}
.show .show-shorttitle{
	font-size: 30px;
	text-align: center;
	margin-bottom: 25px;
}
.show .show-info{
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #aaa;
}
.show .show-content{
	padding: 45px 40px;
	line-height: 28px;
}

.show .show-content img{
	max-width: 900px;
	text-align: center;
	height: auto;
	margin: auto;
}
.footer{
	height: 120px;
	border-top: 5px solid #bf3a2b;
	padding: 35px 0;
	text-align: center;
}
.footer p{
	margin: 5px 0;
}
.footer .footer-dzjg{
	position: absolute;
	top: 20px;
	left: 25px;
}
.footer .footer-qrcode{
	position: absolute;
	width: 100px;
	height: 150px;
}
.footer .footer-qrcode p{
	font-size: 12px;
	margin: 0;
}
.footer .footer-wechat{
	top: -20px;
	right: 120px;
}
.footer .footer-weibo{
	top: -20px;
	right: 0;
}

.ztzl li{
	width: 263px;
	height: 100px;
	float: left;
	margin-right: 16px;
	text-align:center;
}

.ztzl li img{
	width: 263px;
    height: 100px;
	display: block;
}

#ztzl {width:100%;height: 100px;position: relative;}

#ztzl .hd{position: relative;z-index: 10;}

#ztzl .hd .prev, #ztzl .hd .next {
    position: absolute;
    top: 32px;
    z-index: 5;
    width: 18px;
    height: 36px;
    cursor: pointer;
    background: url(../img/ft-jt.png) no-repeat;
}

#ztzl .hd .prev {
    left: 0;
    background-position: 0px 0px;
}

#ztzl .hd .next {
    right: 0px;
    background-position: -18px 0px;
}



#ztzl .bd{position: absolute;z-index: 9;}



/*分页*/
.page-code{
	width: 100%;
	text-align: center;
	background-color: white;
	padding: 30px 0;
	float: left;
}
.page-code li,.page-code td{
	padding: 3px 5px;
	margin: 0 5px;
	float: left;
	background-color: #eeeeee;
	border: 1px solid #d9d9d9;
}

.page-code li.thisclass{ font-weight:bold}
.guest{
	border-top: 1px solid #e93937;
	padding: 15px 25px;
}
.guest .guest-info{
	line-height: 24px;
}
.guest .guest-form{
	padding: 10px 25px;
}
.guest .guest-form .guest-group{
	width: 100%;
	line-height:50px;
}
.guest .guest-form .guest-group label{
	width: 100px;
    float: left;
    display: inline-block;
    text-align: right;
}
.guest .guest-form .guest-group input{
	width: 330px;
	padding: 5px 10px;
}
.guest .guest-form .guest-group span{
	color: red;
}
.guest .guest-form .guest-group textarea{
	width: 350px;
	resize:none;
}
.guest .guest-form .guest-group .guest-btn-submit{
    width: 60px;
	margin-left: 50px;
    padding: 8px 15px;
    border: 0;
    border-radius: 3px;
    background-color: #e93937;
    color: #fff;
    cursor: pointer;
}
.guest .guest-form .guest-group .validate{
	float: left;
    height: 30px;
    margin-right: 15px;
}
/* 专题 */
.zhuanti{
    padding: 20px 0;
}
.zhuanti-image ul{
	float: left;
    padding: 20px;
}
.zhuanti-image li{
    width: 320px;
    height: 190px;
    padding:9px;
    border:1px solid #d2d2d2;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.zhuanti-image li:nth-child(3n-1){
	margin: 0 20px;
}
.zhuanti-image li img {
    width:320px;
    height: 190px;
    display: block;
    transition: all .3s;
}

.zhuanti-image li a:hover img {
    transform: scale(1.08, 1.08);
}
.zhuanti .box{
	width: 100%;
}
.zhuanti .t4{
    height: 37px;
    position: relative;
    padding:0px;
    background-color: #f4f4f4;
    background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
    background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
    background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
    background-image: -ms-linear-gradient(bottom, #ececec, #f4f4f4);
    background-image: linear-gradient(to top, #ececec, #f4f4f4);
    border-bottom: 1px solid #d7b4b2;
}

.zhuanti .t4 b {
    display: inline-block;
    padding: 0 20px;
    line-height: 37px;
    background-color: #fff;
    color: #e93937;
    border-bottom: 1px solid #fff;
    border-right: 4px solid #e93937;
    border-left: 4px solid #e93937;
	font-size:18px;
    line-height:37px;
    
}
.zhuanti .box .list-t{
	float: left;
    padding: 0 20px;
}
.zhuanti .box .list-t li{
    float: left;
    width: 250px;
    padding-left: 15px;
    background: url('../img/li_bg.png') no-repeat;
    background-position: 0 8px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zhuanti .box .list-t li:hover{
	background: url('../img/li_bg_hover.png') no-repeat;
	background-position: 0 8px;
}
.zhuanti .box .list-t li a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:nowrap;
}

.print_btn {
    display: block;
    float: left;
    width: 50px;
    height: 26px;
    line-height: 26px;
    background: url(../img/print.gif) 0 5px no-repeat;
    padding-left: 22px;
}

.close_btn {
    display: block;
    float: left;
    width: 40px;
    height: 26px;
    line-height: 26px;
    padding-left: 22px;
    background: url(../img/close1.gif) 0 5px no-repeat;
}

.show-fun{text-align:center}

.fxd_close {
    width: 136px;
	margin:auto;
    text-align: left;
    overflow: hidden;
}

.show-fun{
	height: 46px;
line-height: 36px;
font-size: 12px;
color: #999;
padding-top: 15px;
margin-top:15px;
border-top: #dbdee1 1px solid;}


.show-info input {
    width: 10px;
    height: 10px;
    border: #666 1px solid;
    vertical-align: middle;
    cursor: pointer;
}

.guest .guest-info{
	font-size:16px; line-height:2;color:#333	
}

.right-h1{ font-size:22px; border-bottom:solid 2px #e93937;  padding-bottom:10px;float:left}

.right-h1 a{color:#e93937}

.right-t{ border-bottom:solid 2px #eee;margin-bottom:20px; height:39px}

.slide{width: 60px;
    position: fixed;
    _position: absolute;
    left: 50%;
    margin-left: 600px;
    top: 50%;
	z-index: 99;}

.slide li{width:60px; height: 60px; border-radius: 50%; background: #eee; margin-bottom: 10px;text-align: center; cursor: pointer; }

.slide li .i-ico{width:35px; height: 35px; margin-top: 12px;}
.slide li:first-child .i-ico{width:38px; height: 38px;margin-top: 10px;;}
.slide li div{display: none;width:143px;right:60px;position: absolute; box-sizing: border-box; padding:10px 25px 0px 15px;
    left:-150px;
    top:-45px;
    height: 166px;
    background: url(../img/slide_infobg.png) no-repeat;
    color: #fff; font-size: 14px; line-height: 18px;}
.slide li:hover{position: relative;}
.slide li:hover div{ display:block;} 

.slide li div img{display: block;}

